Skip to content

fix: adding libcufile.so.1.14.0 to the cpu only container so that libtorch models can load#8265

Merged
nv-kmcgill53 merged 3 commits into
mainfrom
kmcgill-fix-L0-infer-tests
Jul 10, 2025
Merged

fix: adding libcufile.so.1.14.0 to the cpu only container so that libtorch models can load#8265
nv-kmcgill53 merged 3 commits into
mainfrom
kmcgill-fix-L0-infer-tests

Conversation

@nv-kmcgill53

@nv-kmcgill53 nv-kmcgill53 commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

What does the PR do?

This change adds a file from the cuda toolkit in the cpu-only case which the pytorch_backend relies on. This fixes the issue of pytorch models not being able to load

| libtorch_nobatch_int32_int32_int32               | 1       | UNAVAILABLE: Not found: unable to load shared library: libcufile.so.0: cannot open shared object file: No such file or directory 

closes: OPS-291

Checklist

  • PR title reflects the change and is of format <commit_type>: <Title>
  • Changes are described in the pull request.
  • Related issues are referenced.
  • Populated github labels field
  • Added test plan and verified test passes.
  • Verified that the PR passes existing CI.
  • Verified copyright is correct on all changed files.
  • Added succinct git squash message before merging ref.
  • All template sections are filled out.
  • Optional: Additional screenshots for behavior/output changes with before/after.

Commit Type:

Check the conventional commit type
box here and add the label to the github PR.

  • build
  • ci
  • docs
  • feat
  • fix
  • perf
  • refactor
  • revert
  • style
  • test

Related PRs:

Where should the reviewer start?

Test plan:

  • CI Pipeline ID:

Caveats:

Background

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

Comment thread build.py Outdated
@mc-nv
mc-nv requested a review from dmitry-tokarev-nv July 10, 2025 00:45
Co-authored-by: Misha Chornyi <99709299+mc-nv@users.noreply.github.com>
@nv-kmcgill53
nv-kmcgill53 merged commit 9d62236 into main Jul 10, 2025
3 checks passed
@nv-kmcgill53
nv-kmcgill53 deleted the kmcgill-fix-L0-infer-tests branch July 10, 2025 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants